projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4488d7e
)
(install-arch-dep): Fix last change and use fns-*.el
author
Andreas Schwab
<schwab@suse.de>
Tue, 3 Nov 1998 10:20:29 +0000
(10:20 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Tue, 3 Nov 1998 10:20:29 +0000
(10:20 +0000)
from lisp.
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 6624b87565ea8e22ac97368a7822cbee9e870632..a72b7f252ebbd1eb1a6295a4bf4e000f3de6a210 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-299,8
+299,8
@@
install-arch-dep: mkdir
-chmod 1755 ${bindir}/emacs-${version}
rm -f ${bindir}/$(EMACS)
-ln ${bindir}/emacs-${version} ${bindir}/$(EMACS)
- for f in `cd
src
&& echo fns-*.el`; do \
- ${INSTALL_DATA}
src/$f ${archlibdir}/
$f; \
+ for f in `cd
lisp
&& echo fns-*.el`; do \
+ ${INSTALL_DATA}
lisp/$$f ${archlibdir}/$
$f; \
done
### Install the files that are machine-independent.